home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00269.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  186 b   |  12 lines

  1. on enterFrame
  2.   if rollOver(9) and (the mouseH < 625) then
  3.     go("monthlyM" & ((the mouseH - 3) / 58) + 1)
  4.   else
  5.     go("monthly mucus")
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   go(the frame)
  11. end
  12.